home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / COMSRVR.PAK / MAKEFILE < prev    next >
Text File  |  1997-05-06  |  505b  |  17 lines

  1. #-----------------------------------------------------------------------------
  2. # ObjectComponents
  3. # Copyright (c) 1996, 1996 by Borland International, All Rights Reserved
  4. #
  5. # $Revision:   2.1  $
  6. #
  7. #  Makefile to build a DLL with custom COM interfaces and a simple 
  8. #  application which uses the interfaces
  9. #-----------------------------------------------------------------------------
  10. SYSTEMS=WIN16 WIN32
  11. MODELS= fdl
  12.  
  13. DLL    = comsrvr
  14. EXERES = usecom
  15.  
  16. !include $(BCEXAMPLEDIR)\ocfmake.gen
  17.